From: Wei Liu Date: Mon, 31 Jul 2017 11:22:48 +0000 (+0100) Subject: docs: hook up process/ to build system X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1721 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=b93d8718cab0b4b7c4155609d8775d9e53b1d880;p=xen.git docs: hook up process/ to build system Signed-off-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/docs/Makefile b/docs/Makefile index 942247202a..6743fa3744 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -17,7 +17,7 @@ MARKDOWNSRC-y := $(sort $(shell find misc -name '*.markdown' -print)) TXTSRC-y := $(sort $(shell find misc -name '*.txt' -print)) -PANDOCSRC-y := $(sort $(shell find features/ misc/ specs/ -name '*.pandoc' -print)) +PANDOCSRC-y := $(sort $(shell find process/ features/ misc/ specs/ -name '*.pandoc' -print)) # Documentation targets DOC_MAN1 := $(patsubst man/%.pod.1,man1/%.1,$(MAN1SRC-y)) \